What is it and why should I care?
Humboldt-Universität zu Berlin
2023-04-12
“There is increasing concern that in modern research, false findings may be the majority or even the vast majority of published research claims”
– Ioannidis (2005)
Level: Easy
Level: Medium
Level: Difficult
Design and Reporting
Analysis
here package[your birth-month number]*[the your birth day] and hit Enterprint("Hello World!")
number <- 3*32; this will create an object/variable ‘number’string <- "Hello World!"; this will create an object/variable ‘string’number
string
#
# gets kind of chunky--- and ---
#
#’s indicates the heading levelmarkdown```{r} and `markdown
I was born on 5/7/1989. My dog’s name is Lola.
r `---
title: "My title"
author: "My name"
format: html
---
# This is a heading
This is text.
## This is a sub-heading
This is more text.
Add some code chunks.
```{r}
# do some math
year <- 1989
dog <- "Lola"
```
And use call objects for in-line code: I was born on `r month`/`r day`/`r year`. My dog's name is `r dog`.Render
you can now try writing your class notes in this document (if you’re brave)
Reproducibility